home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1996 October / MACPOWER-1996-10.ISO.7z / MACPOWER-1996-10.ISO / MacPowerオリジナル / OMOまるちめであでござる / Oracle Media Objects™J 体験版 / Library / Syntax Menu (.txt) < prev    next >
UltraCard Stack  |  1996-06-06  |  302KB  |  2,584 lines

  1. CRDHbitmaps
  2. CRDHbuttons
  3. CRDHcards+backgrounds
  4. CRDHchunk expressions
  5. %CRDHcontrol statements
  6.     INFO
  7. prefsSCRP
  8. on returnKey
  9.   click at the loc of btn "OK"
  10. end returnKey
  11. on enterKey
  12.   click at the loc of btn "OK"
  13. end enterKey
  14. field id 3data
  15. )ADDD
  16. msgSkeletonsSCRP
  17. on mouseUp
  18.   set the msgSkeletons of this stack to the hilite of me
  19. end mouseUp
  20. field id 5data
  21. 'set'
  22. BADDD
  23.     setSyntaxSCRP
  24. on mouseUp
  25.   set the setsyntax of this stack to the hilite of me
  26. end mouseUp
  27. OKSCRP
  28. on mouseUp
  29.   dismiss
  30. end mouseUp
  31.     CRDH
  32. !CRDH
  33. "CRDH
  34. #CRDH
  35. $CRDH
  36. CRDHnumerical
  37. CRDHobjects
  38. CRDHoperators
  39. $CRDHpainting
  40. CRDHpalettes
  41. CRDHpaths
  42. CRDHdatasheets
  43. CRDHfields
  44. CRDHgroups
  45. CRDHmiscellaneous 1
  46. !CRDHmiscellaneous 2
  47. CRDHprefs
  48.     CRDHshapes
  49. CRDHsounds
  50. CRDHdata
  51. CRDHmovies
  52. CRDHpicklists
  53. CRDHstacks
  54. CRDHtimers
  55. CRDHuser interface
  56. CRDHwindow
  57. Stackscard
  58. Stacksdata
  59. MOCELL10
  60. add property <name> to <stack>
  61. edit [the] script of <stack>
  62. remove property <name> from <stack>
  63. the number of backgrounds [{in | of} <stack>]
  64. the number of cards [{in | of} <stack>]
  65. set the cantDelete of <stack> to <boolean>
  66. set the cantModify of <stack> to <boolean>
  67. set the fullScreen of <stack> to <boolean>
  68. set the script of <stack> to <script text>
  69. libraryStack
  70. newStack
  71. releaseStack
  72. add property
  73. compact stack
  74. compact stack
  75. create stack
  76. create stack <filename>
  77. edit script
  78. go [to] <stack>
  79. library
  80. library <stack>
  81. release library
  82. release library <stack>
  83. remove property
  84. exists
  85. exists(<stack>)
  86. number of bkgnds
  87. number of cards
  88. cantDelete
  89. cantModify
  90. class name
  91. <stack>
  92. freeSize
  93. <stack>
  94. fullScreen
  95. <stack>
  96. long name
  97. <stack>
  98. <stack>
  99. [custom] properties
  100. <stack>
  101. reference
  102. <stack>
  103. script
  104. short name
  105. <stack>
  106. <stack>
  107. field id 2data
  108. StacksTAIL
  109. Buttonscard
  110. Buttonsdata
  111. MOCELL10
  112. set the autoHilite of <button> to <boolean>
  113. set the backColor of <button> to <color>
  114. set the enable of <button> to <boolean>
  115. set the foreColor of <button> to <color>
  116. set the hilite of <button> to <boolean>
  117. set the icon of <button> to <resource ID>
  118. set the showName of <button> to <boolean>
  119. set the style of <button> to {transparent | opaque | rectangle | gray | native | default | checkBox | radioButton | shadow}
  120. set the textAlign of <button> to {left | center | right | aligned}
  121. set the textFont of <button> to <font name>
  122. set the textHeight of <button> to <number of pixels>
  123. set the textSize of <button> to <point size>
  124. set the textStyle of <button> to <list of styles>
  125. doubleClick
  126. mouseDown
  127. mouseEnter
  128. mouseLeave
  129. mouseStillDown
  130. mouseUp
  131. mouseWithin
  132. dehilite
  133. dehilite <button>
  134. disable
  135. disable <button>
  136. enable 
  137. enable <button>
  138. hilite 
  139. hilite <button>
  140. unhilite
  141. unhilite <button>
  142. autoHilite
  143. backColor
  144. enable
  145. foreColor
  146. hilite
  147. showName
  148. style
  149. textAlign
  150. textFont
  151. textHeight
  152. textSize
  153. textStyle
  154. field id 2data
  155. ButtonsTAIL
  156. Timerscard
  157. Timersdata
  158. MOCELL10
  159. start <timer> [expire in <number> [ticks | seconds | milliseconds]]
  160. set the dropMessages of <timer> to <boolean>
  161. set the messageDropTime of <timer> to <number of time units >
  162. set the messages of <timer> to <list of time,message pairs>
  163. set the units of <timer> to <ticks | seconds | milliseconds>
  164. timerExpired
  165. start
  166. stop <timer>
  167. dropMessages
  168. messageDropTime
  169. messages
  170. unitRate
  171. <timer>
  172. units
  173. field id 2data
  174. TimersTAIL
  175. Groupscard
  176. Groupsdata
  177. MOCELL10
  178. member <number> of <group>
  179. set the backColor of <group> to <color>
  180. set the foreColor of <group> to <color>
  181. set the members of <group> to <object list>
  182. set the showName of <group> to <boolean>
  183. set the style of <group> to {transparent | opaque | rectangle | frame}
  184. set the textAlign of <group> to {left | center | right | aligned}
  185. set the textFont of <group> to <font name>
  186. set the textHeight of <group> to <number of pixels>
  187. set the textSize of <group> to <point size>
  188. set the textStyle of <group> to <list of styles>
  189. doubleClick
  190. mouseDown
  191. mouseEnter
  192. mouseLeave
  193. mouseStillDown
  194. mouseUp
  195. mouseWithin
  196. member
  197. backColor
  198. foreColor
  199. members
  200. showName
  201. style
  202. textAlign
  203. textFont
  204. textHeight
  205. textSize
  206. textStyle
  207. field id 2data
  208. GroupsTAIL
  209. Bitmapscard
  210. Bitmapsdata
  211. MOCELL10
  212. import <filename> into <bitmap>
  213. put {<bitmap> | empty} into <bitmap>
  214. set the autoResize of <bitmap> to <boolean>
  215. set the backColor of [the label of] <bitmap> to <color>
  216. set the colorDepth of <bitmap> to {blackWhite | color16 | color256 | thousands}
  217. set the foreColor of <bitmap> to <color>
  218. set the inkColor of <bitmap> to <color>
  219. set the inkEffect of <bitmap> to {none | transparent | blend | add | subtract | invert | darker | lighter}
  220. set the scaleToFit of <bitmap> to <boolean>
  221. set the sharedData of <bkgnd bitmap> to <boolean>
  222. set the showName of <bitmap> to <boolean>
  223. set the style of <bitmap> to {transparent | opaque | rectangle | shadow}
  224. set the textAlign of <bitmap> to {left | center | right | aligned}
  225. set the textColor of <bitmap> to <color>
  226. set the textFont of <bitmap> to <font name>
  227. set the textSize of <bitmap> to <point size>
  228. set the textStyle of <bitmap> to <list of styles>
  229. doubleClick
  230. <pixel color>
  231. mouseDown
  232. <pixel color>
  233. mouseEnter
  234. mouseLeave
  235. mouseStillDown
  236. <pixel color>
  237. mouseUp
  238. <pixel color>
  239. mouseWithin
  240. import
  241. autoResize
  242. backColor
  243. colorDepth
  244. foreColor
  245. inkColor
  246. inkEffect
  247. scaleToFit
  248. sharedData
  249. showName
  250. style
  251. textAlign
  252. textColor
  253. textFont
  254. textSize
  255. textStyle
  256. field id 2data
  257. BitmapsTAIL
  258. Shapescard
  259. Shapesdata
  260. MOCELL10
  261. set the autoHilite of <shape> to <boolean>
  262. set the backColor of <shape> to <color>
  263. set the endArrow of <shape> to <boolean>
  264. set the filled of <shape> to <boolean>
  265. set the foreColor of <shape> to <color>
  266. set the hilite of <shape> to <boolean>
  267. set the hiliteColor of <shape> to <color>
  268. set the linePattern of <shape> to {1-40}
  269. set the lineSize of <shape> to <number of pixels>
  270. set the noEvents of <shape> to <boolean>
  271. set the pattern of <shape> to {1-40}
  272. set the showName of <shape> to <boolean>
  273. set the startArrow of <shape> to <boolean>
  274. set the style of <shape> to {rectangle | roundRect | oval | upLine | downLine | horizontalLine | verticalLine}
  275. set the textAlign of <shape> to {left | center | right | aligned}
  276. set the textFont of <shape> to <font name>
  277. set the textHeight of <shape> to <number of pixels>
  278. set the textSize of <shape> to <point size>
  279. set the textStyle of <shape> to <list of styles>
  280. doubleClick
  281. mouseDown
  282. mouseEnter
  283. mouseLeave
  284. mouseStillDown
  285. mouseUp
  286. mouseWithin
  287. dehilite
  288. dehilite <shape>
  289. hilite 
  290. hilite <shape>
  291. unhilite
  292. unhilite <shape>
  293. autoHilite
  294. backColor
  295. endArrow
  296. endPoints
  297. <shape>
  298. filled
  299. foreColor
  300. hilite
  301. hiliteColor
  302. linePattern
  303. lineSize
  304. noEvents
  305. pattern
  306. showName
  307. startArrow
  308. style
  309. textAlign
  310. textFont
  311. textHeight
  312. textSize
  313. textStyle
  314. field id 2data
  315. ShapesTAIL
  316. User Interfacecard
  317. User Interfacedata
  318. MOCELL10
  319. add menu to [menuItem] <name> of [menu] <name>
  320. add menuItem <name> to [[menu] <name> of] [menu] <name>
  321. check menuItem <name> [of [menu] <name>] of [menu] <name>
  322. disable menuItem <name> of [[menu] <name> of] [menu] <name>
  323. enable menuItem <name> of [[menu] <name> of] [menu] <name>
  324. exists(menuItem <name> of [[menu] <name> of] [menu] <name>)
  325. uncheck menuItem <name> [of [menu] <name>] of [menu] <name>
  326. answer <prompt> [with <reply1> [or <reply2> [or <reply3>]]] [at <point>]
  327. ask <prompt> [with <default>] at <point>
  328. ask file <prompt> [for open | for save] [of type <type>] [with <default>]
  329. ask password <prompt> at <point>
  330. dismiss [with <return value>]
  331. pick [multiple] <prompt> from <return-delimited list> [with <reply1> [or <reply2> [or <reply3>]]] [at <point>]
  332. popup <card> [as {dialog | moveabledialog}] [titled <string>] [at <point>] [with <default return value>]
  333. set the busyCursor to <name>
  334. set the cursor to {<resource ID> | <resource name>}
  335. popUpMenu <return-delimited list> at <point> [with <number of selected item>]
  336. hide {bkgnd picture | [card] picture | card window | cursor | menubar | message | rulers | horizontal scrollbar | vertical scrollbar | scrollbars | scrollframe | sizebox | toolbar | titlebar}
  337. show {bkgnd picture | [card] picture | card window | cursor | menubar | message | rulers | horizontal scrollbar | vertical scrollbar | scrollbars | scrollframe | sizebox | toolbar | titlebar}
  338. set the visible of [the] {toolbar | message} to <boolean>
  339. add menu
  340. add menuItem
  341. check menuItem
  342. create menu
  343. create menu <name>
  344. delete menu
  345. delete menu < name>
  346. disable menu
  347. disable menu <name>
  348. disable menuItem
  349. enable menu
  350. enable menu <name>
  351. enable menuItem
  352. menu exists
  353. exists(menu <name>)
  354. menuItem exists
  355. uncheck menuItem
  356. answer
  357. ask file
  358. ask password
  359. dismiss
  360. popup
  361. busyCursor
  362. cursor
  363. popUpMenu
  364. hide SCREEN ELEMENTt
  365. show SCREEN ELEMENTt
  366. reset message
  367. reset message
  368. visible of toolbar
  369. field id 2data
  370. User InterfaceTAIL
  371. Paintingcard
  372. Paintingdata
  373. MOCELL10
  374. set the backColor to <color>
  375. set the centered to <boolean>
  376. set the filled to <boolean>
  377. set the foreColor to <color>
  378. set the lineSize to <number of pixels>
  379. set the pattern to {1-40}
  380. set the polySides to <number of sides>
  381. set the textAlign to {left | center | right | aligned}
  382. set the textFont to <font name>
  383. set the textHeight to <number of pixels>
  384. set the textSize to <point size>
  385. set the textStyle to <list of styles>
  386. reset paint
  387. reset paint
  388. backColor
  389. brush
  390. set the brush to {1-32}
  391. centered
  392. filled
  393. foreColor
  394. lineSize
  395. pattern
  396. polySides
  397. textAlign
  398. textFont
  399. textHeight
  400. textSize
  401. textStyle
  402. field id 2data
  403. PaintingTAIL
  404. Moviescard
  405. Moviesdata
  406. MOCELL10
  407. seek <movie> to <number of time units>
  408. set the autoResize of <movie> to <boolean>
  409. set the blocking of <movie> to <boolean>
  410. set the controllerVisible of <movie> to <boolean>
  411. set the dropMessages of <movie> to <boolean>
  412. set the messageDropTime of <movie> to <number of time units >
  413. set the messages of <movie> to <list of time,message pairs>
  414. set the movieFile of <movie> to <filename>
  415. set the overLaid of <movie> to <boolean>
  416. set the playDirection of <movie> to {forward | backward}
  417. set the playDuration of <movie> to <number of time units >
  418. set the playForever of <movie> to <boolean>
  419. set the playMuted of <movie> to <boolean>
  420. set the playNumber of <movie> to <number of repetitions >
  421. set the playRate of <movie> to <multiple of normal speed>
  422. set the playStart of <movie> to <number of time units >
  423. set the playStyle of <movie> to {default &| blocking &| overLaid &| playForever &| reverseOnReplay}
  424. set the playVolume of <movie> to {0-100}
  425. set the reverseOnReplay of <movie> to <boolean>
  426. set the showName of <movie> to <boolean>
  427. set the style of <movie> to {transparent | opaque | rectangle | shadow | control}
  428. set the textAlign of <movie> to {left | center | right | aligned}
  429. set the textColor of <movie> to <color>
  430. set the textFont of <movie> to <font name>
  431. set the textSize of <movie> to <point size>
  432. set the textStyle of <movie> to <list of styles>
  433. set the units of <movie> to <ticks | seconds | milliseconds | asComposed>
  434. doubleClick
  435. mouseDown
  436. mouseEnter
  437. mouseLeave
  438. mouseStillDown
  439. mouseUp
  440. mouseWithin
  441. playRepeated
  442. playStarted
  443. playStopped
  444. advance
  445. advance <movie>
  446. backup
  447. backup <movie>
  448. pause
  449. pause <movie>
  450. play <movie>
  451. prepare
  452. prepare <movie>
  453. release
  454. release <movie>
  455. stop <movie>
  456. autoResize
  457. blocking
  458. controllerVisible
  459. dropMessages
  460. duration
  461. <movie>
  462. isPlaying
  463. <movie>
  464. messageDropTime
  465. messages
  466. movieFile
  467. overLaid
  468. playCounter
  469. <movie>
  470. playDirection
  471. playDuration
  472. playForever
  473. playMuted
  474. playNumber
  475. playRate
  476. playStart
  477. playStyle
  478. playVolume
  479. reverseOnReplay
  480. showName
  481. style
  482. textAlign
  483. textColor
  484. textFont
  485. textSize
  486. textStyle
  487. unitRate
  488. <movie>
  489. units
  490. field id 2data
  491. MoviesTAIL
  492. Soundscard
  493. Soundsdata
  494. MOCELL10
  495. endPlay <sound> [after <number> [<units>]] [with effect fadeout]
  496. import <filename> into <sound>
  497. put {<sound> | empty} into <sound>
  498. seek <sound> to <number of time units>
  499. set the blocking of <sound> to <boolean>
  500. set the bufferSize of <sound> to <number of time units>
  501. set the dropMessages of <sound> to <boolean>
  502. set the messageDropTime of <sound> to <number of time units >
  503. set the messages of <sound> to <list of time,message pairs>
  504. set the playDuration of <sound> to <number of time units >
  505. set the playEffects of <sound> to "<effect> at <position> for <duration>" [& return & "<effect> at <position> for <duration>" [& ...]]
  506. set the playForever of <sound> to <boolean>
  507. set the playMuted of <sound> to <boolean>
  508. set the playNumber of <sound> to <number of repetitions >
  509. set the playStart of <sound> to <number of time units >
  510. set the playStyle of <sound> to {default &| blocking &| playForever}
  511. set the playVolume of <sound> to {0-100}
  512. set the soundFile of <sound> to <filename>
  513. set the units of <sound> to <ticks | seconds | milliseconds | samples>
  514. playRepeated
  515. playStopped
  516. endPlay
  517. import
  518. pause
  519. pause <sound>
  520. play <sound>
  521. stop <sound>
  522. blocking
  523. bufferSize
  524. dropMessages
  525. duration
  526. <sound>
  527. isPlaying
  528. <sound>
  529. messageDropTime
  530. messages
  531. playCounter
  532. <sound>
  533. playDuration
  534. playEffects
  535. playForever
  536. playMuted
  537. playNumber
  538. playStart
  539. playStyle
  540. playVolume
  541. soundFile
  542. unitRate
  543. <sound>
  544. units
  545. field id 2data
  546. SoundsTAIL
  547. Pathscard
  548. Pathsdata
  549. MOCELL10
  550. animate <object list> along <path>
  551. delete leg <number> of <path>
  552. insert leg <number> into <path> [with {startpoint | endpoint} <point>]
  553. seek <path> to <number of time units>
  554. the number of legs {in | of} <path>
  555. set the acceleration of [leg <number> of] <path> to <% accelerate>,<% decelerate>
  556. set the anchorPoint of <path> to <% horizontal>,<% vertical>
  557. set the blocking of <path> to <boolean>
  558. set the centerPoint of [leg <number> of] <path> to <point>
  559. set the contiguous of <path> to <boolean>
  560. set the curveType of leg <number> of <path> to {straight | circular | bezier}
  561. set the dropMessages of <path> to <boolean>
  562. set the duration of [leg <number> of] <path> to <number of time units>
  563. set the endPoint of [leg <number> of] <path> to <point>
  564. set the endSize of [leg <number> of] <path> to <width>,<height>
  565. set the flipInterval of [leg <number> of] <path> to <number of time units>
  566. set the messageDropTime of <path> to <number of time units>
  567. set the messages of <path> to <list of time,message pairs>
  568. set the playDirection of <path> to {forward | backward}
  569. set the playDuration of <path> to <number of time units>
  570. set the playForever of <path> to <boolean>
  571. set the playList of <path> to <object list>
  572. set the playNumber of <path> to <number of repetitions>
  573. set the playStart of <path> to <number of time units>
  574. set the playStyle of <path> to {default &| blocking &| playForever &| reverseOnReplay &| useLegScaling &| useLegTiming}
  575. set the primary controlPoint of [leg <number> of] <path> to <point>
  576. set the reverseOnReplay of <path> to <boolean>
  577. set the rotation of [leg <number> of] <path> to {clockwise | counterclockwise}
  578. set the scaling of [leg <number> of] <path> to <boolean>
  579. set the secondary controlPoint of [leg <number> of] <path> to <point>
  580. set the startPoint of [leg <number> of] <path> to <point>
  581. set the startSize of [leg <number> of] <path> to <width>,<height>
  582. set the units of <path> to <ticks | seconds | milliseconds>
  583. set the useLegScaling of <path> to <boolean>
  584. set the useLegTiming of <path> to <boolean>
  585. playRepeated
  586. playStopped
  587. advance
  588. advance <path>
  589. animate
  590. backup
  591. backup <path>
  592. delete leg
  593. insert leg
  594. pause
  595. pause <path>
  596. play <path>
  597. put <path> into <path>
  598. stop <path>
  599. number of legs
  600. acceleration
  601. anchorPoint
  602. blocking
  603. centerPoint
  604. contiguous
  605. curveType
  606. dropMessages
  607. duration
  608. endPoint
  609. endSize
  610. flipInterval
  611. isPlaying
  612. <path>
  613. messageDropTime
  614. messages
  615. playCounter
  616. <path>
  617. playDirection
  618. playDuration
  619. playForever
  620. playList
  621. playNumber
  622. playStart
  623. playStyle
  624. primary controlPoint
  625. reverseOnReplay
  626. rotation
  627. scaling
  628. secondary controlPoint
  629. startPoint
  630. startSize
  631. unitRate
  632. <path>
  633. units
  634. useLegScaling
  635. useLegTiming
  636. field id 2data
  637. PathsTAIL
  638. #INFO
  639. Control Statementscard
  640. Control Statementsdata
  641. MOCELL10
  642. on <message name> [<param 1> [, <param 2> [, ...]]]
  643. function <name> [<param 1> [, <param 2> [, ...]]]
  644. end <function or message name>
  645. exit <function or message name>
  646. if <boolean> then
  647.   <commands>
  648. end if
  649. if <boolean> then
  650.   <commands>
  651.   <commands>
  652. end if
  653. repeat [for] <number> [times]
  654. end repeat
  655. repeat with <variable> = <start #> [down] to <end #> [step <increment size>]
  656. end repeat
  657. global <name> [, <name> [, ...]]
  658. function
  659. exit to top
  660. exit to top
  661. pass <message name>
  662. return
  663. return <value>
  664. send <message name>
  665. if-then
  666. if-then-else
  667. repeat
  668. repeat forever
  669. :repeat forever
  670. end repe
  671. repeat until
  672. ;repeat until <boolean>
  673. repeat while
  674. <repeat while <boolean>
  675. repeat with
  676. exit repeat
  677. exit repeat
  678. next repeat
  679. next repeat
  680. global
  681. breakpoint
  682. breakpoint
  683. trace
  684. trace
  685. untrace
  686. untrace
  687. end repeat
  688. end repeat
  689. field id 2data
  690. Control StatementsTAIL
  691. Windowcard
  692. Windowdata
  693. MOCELL10
  694. set the bottom to <number>
  695. set the bottomRight to <point>
  696. set the centeredWindow to <boolean>
  697. set the fullScreen to <boolean>
  698. set the height to <number of pixels>
  699. set the loc[ation] to <point>
  700. set the rect[angle] to <left>,<top>,<right>,<bottom>
  701. set the right to <number>
  702. set the [horizontal | vertical] scroll to <number of pixels>[,<number of pixels>]
  703. set the {horizontal | vertical} scrollBar to <boolean>
  704. set the scrollBars to <boolean>
  705. set the scrollFrame to <boolean>
  706. set the sizeBox to <boolean>
  707. set the titleBar to <boolean>
  708. set the topLeft to <point>
  709. set the visible to <boolean>
  710. set the width to <number of pixels>
  711. set the windowColor to <color>
  712. set the windowTitle to <string>
  713. set the windowType to {standard | zoom | noSize | plain | movableDialog | dialog}
  714. bottom
  715. bottomRight
  716. centeredWindow
  717. fullScreen
  718. height
  719. set the left to <number>
  720. location
  721. rectangle
  722. right
  723. scroll
  724. scrollBar
  725. scrollBars
  726. scrollFrame
  727. sizeBox
  728. titleBar
  729. set the top to <number>
  730. topLeft
  731. visible
  732. width
  733. windowColor
  734. windowTitle
  735. windowType
  736. field id 2data
  737. WindowTAIL
  738. %INFO
  739. Chunk Expressionscard
  740. Chunk Expressionsdata
  741. MOCELL10
  742. char[acter] <number> [to <number>] of <string | container>
  743. item <number> [to <number>] of <string | container>
  744. line <number> [to <number>] of <string | container>
  745. word <number> [to <number>] of <string | container>
  746. cell <rownum>,<colnum> [to <rownum>,<colnum>] of <pickList | dataSheet>
  747. col[umn] <number> [to <number>] of <pickList | dataSheet>
  748. row <number> [to <number>] of <pickList | dataSheet>
  749. character
  750. column
  751. field id 2data
  752. Chunk ExpressionsTAIL
  753. Palettescard
  754. Palettesdata
  755. MOCELL10
  756. put <palette> into <palette>
  757. entry {0-255} of <palette>
  758. set the sharedData of <bkgnd palette> to <boolean>
  759. set the type of <palette> to {windows | macintosh}
  760. realize
  761. realize <palette>
  762. entry
  763. entries
  764. <palette>
  765. sharedData
  766. field id 2data
  767. PalettesTAIL
  768. DataSheetscard
  769. DataSheetsdata
  770. MOCELL10
  771. dehilite [row <number> [to <number>] of] <dataSheet>
  772. delete {row | col} <number> [to <number>] of <dataSheet>
  773. hilite [row <number> [to <number>] of] <dataSheet>
  774. import <filename> into <dataSheet>
  775. insert {row | col} <number> [to <number>] into <dataSheet>
  776. scroll <dataSheet> {horizontally | vertically} [from <start pixel>] [to <end pixel>] {in | for} <number> [ticks | seconds | milliseconds] [accelerate | decelerate | natural]
  777. select <cell> of <dataSheet>
  778. sort <dataSheet> by {<row> | <column>} [ascending | descending] [as number]
  779. unhilite [row <number> [to <number>] of] <dataSheet>
  780. the hilitedRows of <dataSheet>
  781. the matchedCols of <dataSheet> where "[not] row <number> <operator> <value> [{and | or} [not] row <number> <operator> <value> [{and | or} ...]]"
  782. the matchedRows of <dataSheet> where "[not] col <number> <operator> <value> [{and | or} [not] col <number> <operator> <value> [{and | or} ...]]"
  783. the number of {rows | columns} {in | of} <dataSheet>
  784. the visibleCols of <dataSheet>
  785. the visibleRows of <dataSheet>
  786. set the autoHilite of <dataSheet> to <boolean>
  787. set the backColor of [the colLabels of] <dataSheet> to <color>
  788. set the colDelim of <dataSheet> to <character>
  789. set the colNames of <dataSheet> to <return-delimited list>
  790. set the colResize of <dataSheet> to <boolean>
  791. set the colWidth of <dataSheet> to <number of pixels>
  792. set the dataScroll of <dataSheet> to <boolean>
  793. set the enable of <dataSheet> to <boolean>
  794. set the foreColor of <dataSheet> to <color>
  795. set the hilite of [row <number> [to <number>] of] <dataSheet> to <boolean>
  796. set the info of col[umn] <number> [to <number>] of <dataSheet> to <string>
  797. set the lockText of <dataSheet> to <boolean>
  798. set the multiHilite of <dataSheet> to <boolean>
  799. set the name of col[umn] <number> [to <number>] of <dataSheet> to <string>
  800. set the rowDelim of <dataSheet> to <character>
  801. set the rowHeight of <dataSheet> to <number of pixels>
  802. set the {horizontal | vertical} scrolling of <dataSheet> to <boolean>
  803. set the {horizontal | vertical} scrollLimit of <dataSheet> to <row/column number>
  804. set the {horizontal | vertical} scrollLine of <dataSheet> to <row/column number>
  805. set the {horizontal | vertical} scrollPosition of <dataSheet> to <number of pixels>
  806. set the sharedData of <bkgnd dataSheet> to <boolean>
  807. set the style of <dataSheet> to {transparent | opaque | rectangle | shadow}
  808. set the textAlign of [the colLabels of] <dataSheet> to {left | center | right | aligned}
  809. set the textAlign of col[umn] <number> [to <number>] of <dataSheet> to {left | center | right | aligned}
  810. set the textColor of [the colLabels of] <dataSheet> to <color>
  811. set the textColor of col[umn] <number> [to <number>] of <dataSheet> to <color>
  812. set the textFont of [the colLabels of] <dataSheet> to <font name>
  813. set the textHeight of <dataSheet> to <number of pixels>
  814. set the textSize of [the colLabels of] <dataSheet> to <point size>
  815. set the textStyle of [the colLabels of] <dataSheet> to <list of styles>
  816. set the visible of the colLabels of <dataSheet> to <boolean>
  817. set the visible of the Hgrid of <dataSheet> to <boolean>
  818. set the visible of the Vgrid of <dataSheet> to <boolean>
  819. set the wideMargins of <dataSheet> to <boolean>
  820. set the width of col[umn] <number> [to <number>] of <dataSheet> to <number of pixels>
  821. set the wordWrap of <dataSheet> to <boolean>
  822. closeCell
  823. <row #>,<col #>
  824. doubleClick
  825. <row #>,<column #>
  826. mouseDown
  827. <row #>,<column #>
  828. mouseEnter
  829. mouseLeave
  830. mouseStillDown
  831. <row #>,<column #>
  832. mouseUp
  833. <row #>,<column #>
  834. mouseWithin
  835. openCell
  836. <row #>,<column #>
  837. scroll
  838. <H or V>
  839. dehilite
  840. delete row|col
  841. disable
  842. disable <dataSheet>
  843. enable 
  844. enable <dataSheet>
  845. hilite 
  846. import
  847. insert row|col
  848. scroll 
  849. select
  850. unhilite
  851. hilitedRows
  852. matchedCols
  853. matchedRows
  854. number of rows|cols
  855. visibleCols
  856. visibleRows
  857. autoHilite
  858. backColor
  859. colDelim
  860. colNames
  861. colResize
  862. colWidth
  863. dataScroll
  864. enable
  865. foreColor
  866. hilite
  867. info of COLUMNn
  868. lockText
  869. multiHilite
  870. name of COLUMNn
  871. rowDelim
  872. rowHeight
  873. scrolling
  874. scrollLimit
  875. scrollLine
  876. scrollPosition
  877. sharedData
  878. style
  879. textAlign
  880. textAlign of COLUMNn
  881. textColor
  882. textColor of COLUMNn
  883. textFont
  884. textHeight
  885. textSize
  886. textStyle
  887. visible of colLabels
  888. visible of Hgrid
  889. visible of Vgrid
  890. wideMargins
  891. width of COLUMNn
  892. wordWrap
  893. field id 2data
  894. DataSheetsTAIL
  895.     Numericalcard
  896.     Numericaldata
  897. MOCELL10
  898. add <number> to [<chunk> of] <container>
  899. divide [<chunk> of] <container> by <divisor>
  900. multiply [<chunk> of] <container> by <number>
  901. subtract <number> from [<chunk> of] <container>
  902. annuity(<periodic rate>, <number of periods>)
  903. average(<number>, <number>, ...)
  904. compound(<periodic rate>, <number of periods>)
  905. max(<number>, <number>, ...)
  906. min(<number>, <number>, ...)
  907. <number> + <number>
  908. minus
  909. <number> - <number>
  910. times
  911. <number> * <number>
  912. divided by
  913. <number> / <number>
  914. raised to
  915. <number>^<number>
  916. <number> div <number>
  917. <number> mod <number>
  918. equal
  919. <number> = <number>
  920. not equal
  921. <number> <> <number>
  922. less than
  923. <number> < <number>
  924. less than | equall
  925. <number> <= <number>
  926. greater than
  927. <number> > <number>
  928. greater than | equall
  929. <number> >= <number>
  930. divide
  931. multiply
  932. subtract
  933. abs(<number>)
  934. annuity
  935. atan(<number>)
  936. average
  937. compound
  938. cos(<radians>)
  939. exp(<number>)
  940. exp1(<number>)
  941. exp2(<number>)
  942. ln(<number>)
  943. ln1(<number>)
  944. log2(<number>)
  945. random
  946. random(<upper limit>)
  947. round
  948. round(<number>)
  949. sin(<radians>)
  950. sqrt(<number>)
  951. tan(<radians>)
  952. trunc
  953. trunc(<number>)
  954. field id 2data
  955. NumericalTAIL
  956. "INFO
  957. Miscellaneous 2card
  958. Miscellaneous 2data
  959. MOCELL10
  960. set the lockScreen to <boolean>
  961. unlock screen [with visual effect <effect name>]
  962. visual effect <effect name> [in <number> [ticks | seconds | milliseconds]]
  963. play file <sound filename> [blocking]
  964. set the systemVolume to {0-100}
  965. print {{all | <number>} cards | <card>}
  966. set the lockMessages to <boolean>
  967. click at <point> [with {optionKey &| shiftKey &| commandKey}]
  968. drag from <point> to <point> [with {optionKey &| shiftKey &| commandKey}]
  969. set the autoFormat to <boolean>
  970. set the scriptFont to <font name>
  971. set the scriptSize to <point size>
  972. set the scriptStyle to <list of styles>
  973. set the gridSize to <number of rulerStyle units>
  974. set the rulerStyle to {inches | centimeters | pixels}
  975. set the snapToGrid to <boolean>
  976. set the autoSave to <# of seconds>
  977. set the blindTyping to <boolean>
  978. set the editBkgnd to <boolean>
  979. set the hiliteColor to <color>
  980. open [<document filename> with] <application>
  981. save [a] copy as <filename>
  982. lock screen
  983. lock screen
  984. lockScreen
  985. unlock screen
  986. visual effect
  987. beep [<number of times>]
  988. play file
  989. systemVolume
  990. close printing
  991. close printing
  992. open printing
  993. open printing
  994. print
  995. lock messages
  996. lock messages
  997. lockMessages
  998. unlock messages
  999. unlock messages
  1000. param
  1001. param(<number>)
  1002. paramCount
  1003. the paramCount
  1004. params
  1005. the params
  1006. global variables
  1007. libraries
  1008. the libraries
  1009. local variables
  1010. platform
  1011. the platform
  1012. version
  1013. the [long] version
  1014. screenRect
  1015. the screenRect
  1016. systemColors
  1017. the systemColors
  1018. diskSpace
  1019. the diskSpace
  1020. heapSpace
  1021. the heapSpace
  1022. stackSpace
  1023. the stackSpace
  1024. choose
  1025. choose <name> tool
  1026. the tool
  1027. click at
  1028. autoFormat
  1029. scriptFont
  1030. scriptSize
  1031. scriptStyle
  1032. gridSize
  1033. rulerStyle
  1034. snapToGrid
  1035. autoSave
  1036. blindTyping
  1037. do <command string>
  1038. editBkgnd
  1039. hiliteColor
  1040. movieTypes
  1041. the movieTypes
  1042. result
  1043. the result
  1044. save a copy
  1045. transparentize
  1046. transparentize
  1047. value
  1048. value(expression)
  1049. field id 2data
  1050. Miscellaneous 2TAIL
  1051.     PickListscard
  1052.     PickListsdata
  1053. MOCELL10
  1054. dehilite [row <number> [to <number>] of] <pickList>
  1055. delete {row | col} <number> [to <number>] of <pickList>
  1056. hilite [row <number> [to <number>] of] <pickList>
  1057. insert {row | col} <number> [to <number>] into <pickList>
  1058. scroll <pickList> {horizontally | vertically} [from <start pixel>] [to <end pixel>] {in | for} <number> [ticks | seconds | milliseconds] [accelerate | decelerate | natural]
  1059. unhilite [row <number> [to <number>] of] <pickList>
  1060. the hilitedRows of <pickList>
  1061. the number of {rows | columns} {in | of} <pickList>
  1062. the visibleCols of <pickList>
  1063. the visibleRows of <pickList>
  1064. set the autoHilite of <pickList> to <boolean>
  1065. set the backColor of [the colLabels of] <pickList> to <color>
  1066. set the colDelim of <pickList> to <character>
  1067. set the colNames of <pickList> to <return-delimited list>
  1068. set the colResize of <pickList> to <boolean>
  1069. set the colWidth of <pickList> to <number of pixels>
  1070. set the dataScroll of <pickList> to <boolean>
  1071. set the enable of <pickList> to <boolean>
  1072. set the foreColor of <pickList> to <color>
  1073. set the hilite of [row <number> [to <number>] of] <pickList> to <boolean>
  1074. set the info of col[umn] <number> [to <number>] of <pickList> to <string>
  1075. set the multiHilite of <pickList> to <boolean>
  1076. set the name of col[umn] <number> [to <number>] of <pickList> to <string>
  1077. set the rowDelim of <pickList> to <character>
  1078. set the rowHeight of <pickList> to <number of pixels>
  1079. set the {horizontal | vertical} scrolling of <pickList> to <boolean>
  1080. set the {horizontal | vertical} scrollLimit of <pickList> to <row/column number>
  1081. set the {horizontal | vertical} scrollLine of <pickList> to <row/column number>
  1082. set the {horizontal | vertical} scrollPosition of <pickList> to <number of pixels>
  1083. set the sharedData of <bkgnd pickList> to <boolean>
  1084. set the style of <pickList> to {transparent | opaque | rectangle | shadow}
  1085. set the textAlign of [the colLabels of] <pickList> to {left | center | right | aligned}
  1086. set the textAlign of col[umn] <number> [to <number>] of <pickList> to {left | center | right | aligned}
  1087. set the textColor of [the colLabels of] <pickList> to <color>
  1088. set the textColor of col[umn] <number> [to <number>] of <pickList> to <color>
  1089. set the textFont of [the colLabels of] <pickList> to <font name>
  1090. set the textHeight of <pickList> to <number of pixels>
  1091. set the textSize of [the colLabels of] <pickList> to <point size>
  1092. set the textStyle of [the colLabels of] <pickList> to <list of styles>
  1093. set the visible of the colLabels of <pickList> to <boolean>
  1094. set the visible of the Hgrid of <pickList> to <boolean>
  1095. set the visible of the Vgrid of <pickList> to <boolean>
  1096. set the wideMargins of <pickList> to <boolean>
  1097. set the width of col[umn] <number> [to <number>] of <pickList> to <number of pixels>
  1098. set the wordWrap of <pickList> to <boolean>
  1099. doubleClick
  1100. <row #>,<column #>
  1101. mouseDown
  1102. <row #>,<column #>
  1103. mouseEnter
  1104. mouseLeave
  1105. mouseStillDown
  1106. <row #>,<column #>
  1107. mouseUp
  1108. <row #>,<column #>
  1109. mouseWithin
  1110. scroll
  1111. <H or V>
  1112. dehilite
  1113. delete row|col
  1114. disable
  1115. disable <pickList>
  1116. enable 
  1117. enable <pickList>
  1118. hilite 
  1119. insert row|col
  1120. scroll 
  1121. unhilite
  1122. hilitedRows
  1123. number of rows|cols
  1124. visibleCols
  1125. visibleRows
  1126. autoHilite
  1127. backColor
  1128. colDelim
  1129. colNames
  1130. colResize
  1131. colWidth
  1132. dataScroll
  1133. enable
  1134. foreColor
  1135. hilite
  1136. info of COLUMNn`
  1137. multiHilite
  1138. name of COLUMNn
  1139. rowDelim
  1140. rowHeight
  1141. scrolling
  1142. scrollLimit
  1143. scrollLine
  1144. scrollPosition
  1145. sharedData
  1146. style
  1147. textAlign
  1148. textAlign of COLUMNn
  1149. textColor
  1150. textColor of COLUMNn
  1151. textFont
  1152. textHeight
  1153. textSize
  1154. textStyle
  1155. visible of colLabels
  1156. visible of Hgrid
  1157. visible of Vgrid
  1158. wideMargins
  1159. width of COLUMNn
  1160. wordWrap
  1161. field id 2data
  1162. PickListsTAIL
  1163. Cards+Backgroundscard
  1164. Cards+Backgroundsdata
  1165. MOCELL10
  1166. add property <name> to <card | background>
  1167. dismiss [with <return value>]
  1168. edit [the] script of <card | background>
  1169. go [to] <card | background>
  1170. import <filename> into <card | background>
  1171. pop card [into <container>]
  1172. popup <card> [as {dialog | moveabledialog}] [titled <string>] [at <point>] [with <default return value>]
  1173. remove property <name> from <card | background>
  1174. exists(<card | background>)
  1175. the list of [card | bkgnd] {objects | <object class>s} [of <card | background>] [at <point> | within <rectangle> | with [property] <custom property name>]
  1176. the number of cards [{in | of} <background>]
  1177. the number of [card | bkgnd] {objects | <object class>s} [of <card>]
  1178. set the bkgndSize of <background> to <width>,<height>
  1179. set the cantDelete of <card | background> to <boolean>
  1180. set the cantModify of <card | background> to <boolean>
  1181. set the colorDepth of <card | background> to {blackWhite | color16 | color256 | thousands}
  1182. set the dontPrint of <card | background> to <boolean>
  1183. set the height of <card | background> to <number of pixels>
  1184. set the name of <card | background> to <string>
  1185. set the rect[angle] of <card | background> to <left>,<top>,<right>,<bottom>
  1186. set the script of <card | background> to <script text>
  1187. set the showPict of <card | background> to <boolean>
  1188. set the style of <card | background> to {plain | gray}
  1189. set the width of <card | background> to <number of pixels>
  1190. arrowKey
  1191. <keyname>
  1192. cantUnderstand
  1193. closeBackground
  1194. closeCard
  1195. closeStack
  1196. deleteBackground
  1197. deleteCard
  1198. doMenu
  1199. <item name>,<menu name>
  1200. doubleClick
  1201. enterKey
  1202. functionKey
  1203. <key number>
  1204. mouseDown
  1205. mouseStillDown
  1206. mouseUp
  1207. newBackground
  1208. newCard
  1209. openBackground
  1210. openCard
  1211. openStack
  1212. returnKey
  1213. setUpMenus
  1214. startUp
  1215. tabKey
  1216. add property
  1217. copy card
  1218. copy card
  1219. create background
  1220. create background
  1221. create card
  1222. create card
  1223. delete card
  1224. delete card [noprompt]
  1225. dismiss
  1226. edit script
  1227. import
  1228. paste card
  1229. paste card
  1230. pop card
  1231. popup
  1232. push <card>
  1233. remove property
  1234. exists
  1235. list of objects
  1236. number of cards
  1237. number of objects
  1238. bkgndSize
  1239. cantDelete
  1240. cantModify
  1241. class name
  1242. <card | background>
  1243. colorDepth
  1244. dontPrint
  1245. height
  1246. <card | background>
  1247. long name
  1248. <card | background>
  1249. number
  1250. <card | background>
  1251. [custom] properties
  1252. <card | background>
  1253. rectangle
  1254. reference
  1255. <card | background>
  1256. script
  1257. short name
  1258. <card | background>
  1259. showPict
  1260. style
  1261. width
  1262. field id 2data
  1263. Cards+BackgroundsTAIL
  1264. Objectscard
  1265. Objectsdata
  1266. MOCELL10
  1267. add property <name> to <object>
  1268. animate <object list> [from <point>] to <point> {in | for} <number> [ticks | seconds | milliseconds] [step <number>] [accelerate | decelerate | natural]
  1269. bring <object> {closer | to front}
  1270. create <object> [of <card | background>]
  1271. edit [the] script of <object>
  1272. remove property <name> from <object>
  1273. select {<object> | empty}
  1274. send <object> {farther | to back}
  1275. show <object> [at <point>]
  1276. the list of [card | bkgnd] {objects | <object class>s} [of <card | background>] [at <point> | within <rectangle> | with [property] <custom property name>]
  1277. the number of [card | bkgnd] {objects | <object class>s} [of <card>]
  1278. set the bottom of <object> to <number>
  1279. set the bottomRight of <object> to <point>
  1280. set the cantModify of <object> to <boolean>
  1281. set the dontPrint of <object> to <boolean>
  1282. set the height of <object> to <number of pixels>
  1283. set the left of <object> to <number>
  1284. set the loc[ation] of <object> to <point>
  1285. set the name of <object> to <string>
  1286. set the rect[angle] of <object> to <left>,<top>,<right>,<bottom>
  1287. set the right of <object> to <number>
  1288. set the script of <object> to <script text>
  1289. set the top of <object> to <number>
  1290. set the topLeft of <object> to <point>
  1291. set the visible of <object> to <boolean>
  1292. set the width of <object> to <number of pixels>
  1293. deleteObject
  1294. newObject
  1295. add property
  1296. animate from-to
  1297. bring closer
  1298. create
  1299. delete
  1300. delete <object>
  1301. edit script
  1302. hide <object>
  1303. remove property
  1304. select
  1305. send farther
  1306. exists
  1307. exists(<object>)
  1308. list of objects
  1309. number of objects
  1310. selectedObject
  1311. the selectedObject
  1312. bottom
  1313. bottomRight
  1314. cantModify
  1315. class name
  1316. <object>
  1317. dontPrint
  1318. height
  1319. <object>
  1320. location
  1321. long name
  1322. <object>
  1323. number
  1324. <object>
  1325. [custom] properties
  1326. <object>
  1327. rectangle
  1328. reference
  1329. <object>
  1330. right
  1331. script
  1332. short name
  1333. <object>
  1334. topLeft
  1335. visible
  1336. width
  1337. field id 2data
  1338. ObjectsTAIL
  1339. !INFO
  1340. Miscellaneous 1card
  1341. Miscellaneous 1data
  1342. MOCELL10
  1343. get <expression | container>
  1344. put {<text> | empty} {into | before | after} [<chunk> of] <container>
  1345. set the <property name> [of [<part> of] <object>] to <value>
  1346. delete <chunk> of <container>
  1347. the number of <chunk type>s {in | of} <string | container>
  1348. numToChar(<ASCII number>)
  1349. offset(<substring>, <string>)
  1350. type <text> [with {optionKey &| shiftKey &| commandKey}]
  1351. ask file <prompt> [for open | for save] [of type <type>] [with <default>]
  1352. the list of files [of type <type>] [in <directory>]
  1353. read from file <filename> {until <character> | for <number of characters>}
  1354. write <text> to file <filename>
  1355. convert <container> to {seconds | dateitems | [short | long | abbr] {date | time}}
  1356. the [short | long | abbr[ev[iated]]] date
  1357. the [short | long | abbr[ev[iated]]] time
  1358. wait {[for] <number> [ticks | seconds | milliseconds] | {while | until} <boolean>}
  1359. charToNum
  1360. charToNum(<character>)
  1361. delete CHUNKk
  1362. length
  1363. length(<expression>)
  1364. number of chunks
  1365. numToChar
  1366. offset
  1367. selectedChunk
  1368. the selectedChunk
  1369. selectedField
  1370. the selectedField
  1371. selectedLine
  1372. the selectedLine
  1373. selectedText
  1374. the selectedText
  1375. selection
  1376. the selection
  1377. clear
  1378. clear
  1379. paste
  1380. paste
  1381. clickH
  1382. the clickH
  1383. clickLoc
  1384. the clickLoc
  1385. clickV
  1386. the clickV
  1387. mouse
  1388. the mouse
  1389. mouseClick
  1390. the mouseClick
  1391. mouseH
  1392. the mouseH
  1393. mouseLoc
  1394. the mouseLoc
  1395. mouseV
  1396. the mouseV
  1397. arrowKey
  1398. arrowKey <direction>
  1399. enterKey
  1400. enterKey
  1401. functionKey
  1402. functionKey <key number>
  1403. returnKey
  1404. returnKey
  1405. tabKey
  1406. tabKey
  1407. commandKey
  1408. the commandKey
  1409. optionKey
  1410. the optionKey
  1411. shiftKey
  1412. the shiftKey
  1413. ask file
  1414. close file
  1415. close file <filename>
  1416. list of files
  1417. open file
  1418. open file <filename>
  1419. read from file
  1420. write to file
  1421. convert
  1422. milliseconds
  1423. the milliseconds
  1424. seconds
  1425. the seconds
  1426. ticks
  1427. the ticks
  1428. field id 2data
  1429. Miscellaneous 1TAIL
  1430. $INFO
  1431.     Operatorscard
  1432.     Operatorsdata
  1433. MOCELL10
  1434. <expression> = <expression>
  1435. <expression> is <expression>
  1436. <expression> <> <expression>
  1437. <expression> is not <expression>
  1438. <expression> < <expression>
  1439. <expression> <= <expression>
  1440. <expression> > <expression>
  1441. <expression> >= <expression>
  1442. <string> contains <substring>
  1443. <substring> is in <string>
  1444. <substring> is not in <string>
  1445. <point> is within <rectangle>
  1446. <point> is not within <rectangle>
  1447. equal
  1448. not equal
  1449. is not
  1450. less than
  1451. less than | equall
  1452. greater than
  1453. greater than | equall
  1454. <number> + <number>
  1455. minus
  1456. <number> - <number>
  1457. times
  1458. <number> * <number>
  1459. divided by
  1460. <number> / <number>
  1461. raised to
  1462. <number>^<number>
  1463. <number> div <number>
  1464. <number> mod <number>
  1465. <boolean> and <boolean>
  1466. not <boolean>
  1467. <boolean> or <boolean>
  1468. concatenate
  1469. <string>&<string>
  1470. concatenate with space
  1471. <string>&&<string>
  1472. contains
  1473. is in
  1474. is not in
  1475. is within
  1476. is not within
  1477. field id 2data
  1478. OperatorsTAIL
  1479. datacard
  1480. SubMenusdata
  1481. Stacks
  1482. Cards+Backgrounds
  1483. Objects
  1484. Bitmaps
  1485. Shapes
  1486. Buttons
  1487. Fields
  1488. PickLists
  1489. DataSheets
  1490. Paths
  1491. Movies
  1492. Sounds
  1493. Timers
  1494. Groups
  1495. Palettes
  1496. Window
  1497. Painting
  1498. Numerical
  1499. User Interface
  1500. Miscellaneous 1
  1501. Miscellaneous 2
  1502. Control Statements
  1503. Operators
  1504. Chunk ExpressionsTAIL
  1505. @INFO
  1506. Stacksdata
  1507. libraryStack
  1508. newStack
  1509. releaseStack
  1510. add property
  1511. compact stack
  1512. create stack
  1513. edit script
  1514. library
  1515. release library
  1516. remove property
  1517. exists
  1518. number of bkgnds
  1519. number of cards
  1520. cantDelete
  1521. cantModify
  1522. class name
  1523. freeSize
  1524. fullScreen
  1525. long name
  1526. [custom] properties
  1527. reference
  1528. script
  1529. short name
  1530. sizeTAIL
  1531. AINFO
  1532. Cards+Backgroundsdata
  1533. arrowKey
  1534. cantUnderstand
  1535. closeBackground
  1536. closeCard
  1537. closeStack
  1538. deleteBackground
  1539. deleteCard
  1540. doMenu
  1541. doubleClick
  1542. enterKey
  1543. functionKey
  1544. mouseDown
  1545. mouseStillDown
  1546. mouseUp
  1547. newBackground
  1548. newCard
  1549. openBackground
  1550. openCard
  1551. openStack
  1552. returnKey
  1553. setUpMenus
  1554. startUp
  1555. tabKey
  1556. add property
  1557. copy card
  1558. create background
  1559. create card
  1560. delete card
  1561. dismiss
  1562. edit script
  1563. import
  1564. paste card
  1565. pop card
  1566. popup
  1567. remove property
  1568. exists
  1569. list of objects
  1570. number of cards
  1571. number of objects
  1572. bkgndSize
  1573. cantDelete
  1574. cantModify
  1575. class name
  1576. colorDepth
  1577. dontPrint
  1578. height
  1579. long name
  1580. number
  1581. [custom] properties
  1582. rectangle
  1583. reference
  1584. script
  1585. short name
  1586. showPict
  1587. style
  1588. widthTAIL
  1589. BINFO
  1590. Objectsdata
  1591. deleteObject
  1592. newObject
  1593. add property
  1594. animate from-to
  1595. bring closer
  1596. create
  1597. delete
  1598. edit script
  1599. remove property
  1600. select
  1601. send farther
  1602. exists
  1603. list of objects
  1604. number of objects
  1605. selectedObject
  1606. bottom
  1607. bottomRight
  1608. cantModify
  1609. class name
  1610. dontPrint
  1611. height
  1612. location
  1613. long name
  1614. number
  1615. [custom] properties
  1616. rectangle
  1617. reference
  1618. right
  1619. script
  1620. short name
  1621. topLeft
  1622. visible
  1623. widthTAIL
  1624. CINFO
  1625. Bitmapsdata
  1626. doubleClick
  1627. mouseDown
  1628. mouseEnter
  1629. mouseLeave
  1630. mouseStillDown
  1631. mouseUp
  1632. mouseWithin
  1633. import
  1634. autoResize
  1635. backColor
  1636. colorDepth
  1637. foreColor
  1638. inkColor
  1639. inkEffect
  1640. scaleToFit
  1641. sharedData
  1642. showName
  1643. style
  1644. textAlign
  1645. textColor
  1646. textFont
  1647. textSize
  1648. textStyleTAIL
  1649. DINFO
  1650. Shapesdata
  1651. doubleClick
  1652. mouseDown
  1653. mouseEnter
  1654. mouseLeave
  1655. mouseStillDown
  1656. mouseUp
  1657. mouseWithin
  1658. dehilite
  1659. hilite 
  1660. unhilite
  1661. autoHilite
  1662. backColor
  1663. endArrow
  1664. endPoints
  1665. filled
  1666. foreColor
  1667. hilite
  1668. hiliteColor
  1669. linePattern
  1670. lineSize
  1671. noEvents
  1672. pattern
  1673. showName
  1674. startArrow
  1675. style
  1676. textAlign
  1677. textFont
  1678. textHeight
  1679. textSize
  1680. textStyleTAIL
  1681. EINFO
  1682. Buttonsdata
  1683. doubleClick
  1684. mouseDown
  1685. mouseEnter
  1686. mouseLeave
  1687. mouseStillDown
  1688. mouseUp
  1689. mouseWithin
  1690. dehilite
  1691. disable
  1692. enable 
  1693. hilite 
  1694. unhilite
  1695. autoHilite
  1696. backColor
  1697. enable
  1698. foreColor
  1699. hilite
  1700. showName
  1701. style
  1702. textAlign
  1703. textFont
  1704. textHeight
  1705. textSize
  1706. textStyleTAIL
  1707. FINFO
  1708. Fieldsdata
  1709. closeField
  1710. doubleClick
  1711. enterInField
  1712. functionKey
  1713. hyperText
  1714. keyPressed
  1715. mouseDown
  1716. mouseEnter
  1717. mouseLeave
  1718. mouseStillDown
  1719. mouseUp
  1720. mouseWithin
  1721. openField
  1722. returnInField
  1723. scroll
  1724. disable
  1725. enable 
  1726. import
  1727. scroll 
  1728. select
  1729. autoTab
  1730. backColor
  1731. enable
  1732. foreColor
  1733. lockText
  1734. multiFont
  1735. scrolling
  1736. scrollLine
  1737. scrollPosition
  1738. sharedData
  1739. showLines
  1740. showName
  1741. style
  1742. textAlign
  1743. textColor
  1744. textColor of CHUNK
  1745. textFont
  1746. textFont of CHUNK
  1747. textHeight
  1748. textSize
  1749. textSize of CHUNK
  1750. textStyle
  1751. textStyle of CHUNK
  1752. wideMargins
  1753. wordWrapTAIL
  1754. GINFO
  1755.     PickListsdata
  1756. doubleClick
  1757. mouseDown
  1758. mouseEnter
  1759. mouseLeave
  1760. mouseStillDown
  1761. mouseUp
  1762. mouseWithin
  1763. scroll
  1764. dehilite
  1765. delete row|col
  1766. disable
  1767. enable 
  1768. hilite 
  1769. insert row|col
  1770. scroll 
  1771. unhilite
  1772. hilitedRows
  1773. number of rows|cols
  1774. visibleCols
  1775. visibleRows
  1776. autoHilite
  1777. backColor
  1778. colDelim
  1779. colNames
  1780. colResize
  1781. colWidth
  1782. dataScroll
  1783. enable
  1784. foreColor
  1785. hilite
  1786. info of COLUMN
  1787. multiHilite
  1788. name of COLUMN
  1789. rowDelim
  1790. rowHeight
  1791. scrolling
  1792. scrollLimit
  1793. scrollLine
  1794. scrollPosition
  1795. sharedData
  1796. style
  1797. textAlign
  1798. textAlign of COLUMN
  1799. textColor
  1800. textColor of COLUMN
  1801. textFont
  1802. textHeight
  1803. textSize
  1804. textStyle
  1805. visible of colLabels
  1806. visible of Hgrid
  1807. visible of Vgrid
  1808. wideMargins
  1809. width of COLUMN
  1810. wordWrapTAIL
  1811. HINFO
  1812. DataSheetsdata
  1813. closeCell
  1814. doubleClick
  1815. mouseDown
  1816. mouseEnter
  1817. mouseLeave
  1818. mouseStillDown
  1819. mouseUp
  1820. mouseWithin
  1821. openCell
  1822. scroll
  1823. dehilite
  1824. delete row|col
  1825. disable
  1826. enable 
  1827. hilite 
  1828. import
  1829. insert row|col
  1830. scroll 
  1831. select
  1832. unhilite
  1833. hilitedRows
  1834. matchedCols
  1835. matchedRows
  1836. number of rows|cols
  1837. visibleCols
  1838. visibleRows
  1839. autoHilite
  1840. backColor
  1841. colDelim
  1842. colNames
  1843. colResize
  1844. colWidth
  1845. dataScroll
  1846. enable
  1847. foreColor
  1848. hilite
  1849. info of COLUMN
  1850. lockText
  1851. multiHilite
  1852. name of COLUMN
  1853. rowDelim
  1854. rowHeight
  1855. scrolling
  1856. scrollLimit
  1857. scrollLine
  1858. scrollPosition
  1859. sharedData
  1860. style
  1861. textAlign
  1862. textAlign of COLUMN
  1863. textColor
  1864. textColor of COLUMN
  1865. textFont
  1866. textHeight
  1867. textSize
  1868. textStyle
  1869. visible of colLabels
  1870. visible of Hgrid
  1871. visible of Vgrid
  1872. wideMargins
  1873. width of COLUMN
  1874. wordWrapTAIL
  1875. IINFO
  1876. Pathsdata
  1877. playRepeated
  1878. playStopped
  1879. advance
  1880. animate
  1881. backup
  1882. delete leg
  1883. insert leg
  1884. pause
  1885. number of legs
  1886. acceleration
  1887. anchorPoint
  1888. blocking
  1889. centerPoint
  1890. contiguous
  1891. curveType
  1892. dropMessages
  1893. duration
  1894. endPoint
  1895. endSize
  1896. flipInterval
  1897. isPlaying
  1898. messageDropTime
  1899. messages
  1900. playCounter
  1901. playDirection
  1902. playDuration
  1903. playForever
  1904. playList
  1905. playNumber
  1906. playStart
  1907. playStyle
  1908. primary controlPoint
  1909. reverseOnReplay
  1910. rotation
  1911. scaling
  1912. secondary controlPoint
  1913. startPoint
  1914. startSize
  1915. unitRate
  1916. units
  1917. useLegScaling
  1918. useLegTimingTAIL
  1919. JINFO
  1920. Moviesdata
  1921. doubleClick
  1922. mouseDown
  1923. mouseEnter
  1924. mouseLeave
  1925. mouseStillDown
  1926. mouseUp
  1927. mouseWithin
  1928. playRepeated
  1929. playStarted
  1930. playStopped
  1931. advance
  1932. backup
  1933. pause
  1934. prepare
  1935. release
  1936. autoResize
  1937. blocking
  1938. controllerVisible
  1939. dropMessages
  1940. duration
  1941. isPlaying
  1942. messageDropTime
  1943. messages
  1944. movieFile
  1945. overLaid
  1946. playCounter
  1947. playDirection
  1948. playDuration
  1949. playForever
  1950. playMuted
  1951. playNumber
  1952. playRate
  1953. playStart
  1954. playStyle
  1955. playVolume
  1956. reverseOnReplay
  1957. showName
  1958. style
  1959. textAlign
  1960. textColor
  1961. textFont
  1962. textSize
  1963. textStyle
  1964. unitRate
  1965. unitsTAIL
  1966. KINFO
  1967. Soundsdata
  1968. playRepeated
  1969. playStopped
  1970. endPlay
  1971. import
  1972. pause
  1973. blocking
  1974. bufferSize
  1975. dropMessages
  1976. duration
  1977. isPlaying
  1978. messageDropTime
  1979. messages
  1980. playCounter
  1981. playDuration
  1982. playEffects
  1983. playForever
  1984. playMuted
  1985. playNumber
  1986. playStart
  1987. playStyle
  1988. playVolume
  1989. soundFile
  1990. unitRate
  1991. unitsTAIL
  1992. LINFO
  1993. Timersdata
  1994. timerExpired
  1995. start
  1996. dropMessages
  1997. messageDropTime
  1998. messages
  1999. unitRate
  2000. unitsTAIL
  2001. MINFO
  2002. Groupsdata
  2003. doubleClick
  2004. mouseDown
  2005. mouseEnter
  2006. mouseLeave
  2007. mouseStillDown
  2008. mouseUp
  2009. mouseWithin
  2010. member
  2011. backColor
  2012. foreColor
  2013. members
  2014. showName
  2015. style
  2016. textAlign
  2017. textFont
  2018. textHeight
  2019. textSize
  2020. textStyleTAIL
  2021. NINFO
  2022. Palettesdata
  2023. realize
  2024. entry
  2025. entries
  2026. sharedData
  2027. typeTAIL
  2028. OINFO
  2029. Windowdata
  2030. bottom
  2031. bottomRight
  2032. centeredWindow
  2033. fullScreen
  2034. height
  2035. location
  2036. rectangle
  2037. right
  2038. scroll
  2039. scrollBar
  2040. scrollBars
  2041. scrollFrame
  2042. sizeBox
  2043. titleBar
  2044. topLeft
  2045. visible
  2046. width
  2047. windowColor
  2048. windowTitle
  2049. windowTypeTAIL
  2050. PINFO
  2051. Paintingdata
  2052. reset paint
  2053. backColor
  2054. brush
  2055. centered
  2056. filled
  2057. foreColor
  2058. lineSize
  2059. pattern
  2060. polySides
  2061. textAlign
  2062. textFont
  2063. textHeight
  2064. textSize
  2065. textStyleTAIL
  2066. QINFO
  2067.     Numericaldata
  2068. minus
  2069. times
  2070. divided by
  2071. raised to
  2072. equal
  2073. not equal
  2074. less than
  2075. less than | equal
  2076. greater than
  2077. greater than | equal
  2078. divide
  2079. multiply
  2080. subtract
  2081. annuity
  2082. average
  2083. compound
  2084. random
  2085. round
  2086. truncTAIL
  2087. RINFO
  2088. User Interfacedata
  2089. add menu
  2090. add menuItem
  2091. check menuItem
  2092. create menu
  2093. delete menu
  2094. disable menu
  2095. disable menuItem
  2096. enable menu
  2097. enable menuItem
  2098. menu exists
  2099. menuItem exists
  2100. uncheck menuItem
  2101. answer
  2102. ask file
  2103. ask password
  2104. dismiss
  2105. popup
  2106. busyCursor
  2107. cursor
  2108. popUpMenu
  2109. hide SCREEN ELEMENT
  2110. show SCREEN ELEMENT
  2111. reset message
  2112. visible of toolbarTAIL
  2113. SINFO
  2114. Miscellaneous 1data
  2115. charToNum
  2116. delete CHUNK
  2117. length
  2118. number of chunks
  2119. numToChar
  2120. offset
  2121. selectedChunk
  2122. selectedField
  2123. selectedLine
  2124. selectedText
  2125. selection
  2126. clear
  2127. paste
  2128. clickH
  2129. clickLoc
  2130. clickV
  2131. mouse
  2132. mouseClick
  2133. mouseH
  2134. mouseLoc
  2135. mouseV
  2136. arrowKey
  2137. enterKey
  2138. functionKey
  2139. returnKey
  2140. tabKey
  2141. commandKey
  2142. optionKey
  2143. shiftKey
  2144. ask file
  2145. close file
  2146. list of files
  2147. open file
  2148. read from file
  2149. write to file
  2150. convert
  2151. milliseconds
  2152. seconds
  2153. ticks
  2154. waitTAIL
  2155. TINFO
  2156. Miscellaneous 2data
  2157. lock screen
  2158. lockScreen
  2159. unlock screen
  2160. visual effect
  2161. play file
  2162. systemVolume
  2163. close printing
  2164. open printing
  2165. print
  2166. lock messages
  2167. lockMessages
  2168. unlock messages
  2169. param
  2170. paramCount
  2171. params
  2172. global variables
  2173. libraries
  2174. local variables
  2175. platform
  2176. version
  2177. screenRect
  2178. systemColors
  2179. diskSpace
  2180. heapSpace
  2181. stackSpace
  2182. choose
  2183. click at
  2184. autoFormat
  2185. scriptFont
  2186. scriptSize
  2187. scriptStyle
  2188. gridSize
  2189. rulerStyle
  2190. snapToGrid
  2191. autoSave
  2192. blindTyping
  2193. editBkgnd
  2194. hiliteColor
  2195. movieTypes
  2196. result
  2197. save a copy
  2198. transparentize
  2199. valueTAIL
  2200. UINFO
  2201. Control Statementsdata
  2202. function
  2203. exit to top
  2204. return
  2205. if-then
  2206. if-then-else
  2207. repeat
  2208. repeat forever
  2209. repeat until
  2210. repeat while
  2211. repeat with
  2212. exit repeat
  2213. next repeat
  2214. global
  2215. breakpoint
  2216. trace
  2217. untraceTAIL
  2218. VINFO
  2219.     Operatorsdata
  2220. equal
  2221. not equal
  2222. is not
  2223. less than
  2224. less than | equal
  2225. greater than
  2226. greater than | equal
  2227. minus
  2228. times
  2229. divided by
  2230. raised to
  2231. concatenate
  2232. concatenate with space
  2233. contains
  2234. is in
  2235. is not in
  2236. is within
  2237. is not withinTAIL
  2238. WINFO
  2239. Chunk Expressionsdata
  2240. character
  2241. column
  2242. rowTAIL
  2243. !SCRP
  2244. -- Syntax Menu Library Stack
  2245. -- Oracle Media Objects
  2246.  Version 1.0
  2247. -- Copyright 
  2248.  Oracle Corporation 1995
  2249. -- jdill, 6/13/95
  2250. -- okurose,10/26/95
  2251. -- *** LIBRARYSTACK ***
  2252. -- Build the "
  2253. " menu.
  2254. on libraryStack
  2255.   if the name of the target is the name of me then buildSyntaxMenu    
  2256. end libraryStack
  2257. -- *** RELEASESTACK ***
  2258. -- Remove the "
  2259. " menu.
  2260. on releaseStack
  2261.   if the name of the target is the name of me then delete menu "
  2262. end releaseStack
  2263. -- *** DOMENU theItem,theMenu ***
  2264. -- Handle selections in the "
  2265. " menu, calling doSyntaxMenu for all items
  2266. -- except "Preferences", which is handled by doSyntaxPrefs. Check for selected
  2267. -- object so we don't try to type while an object is selected (would just beep
  2268. -- a lot). Check for browse mode so we deal correctly with fields and datasheets
  2269. -- whose contents are selected.
  2270. on doMenu theItem,theMenu
  2271.   if theMenu is not "
  2272. " then pass doMenu
  2273.   if theItem is "
  2274. ..." then
  2275.     doSyntaxPrefs    
  2276.   else
  2277.     if the tool is "browse tool" then
  2278.       doSyntaxMenu theItem
  2279.     else
  2280.       put the selectedObject into selObj
  2281.       select empty
  2282.       doSyntaxMenu theItem
  2283.       if selObj is not empty then select selObj      
  2284.     end if
  2285.   end if
  2286. end doMenu
  2287. -- *** BUILDSYNTAXMENU ***
  2288. -- Creates the "
  2289. " menu and populates it with submenus and their members.
  2290. -- The first columns of the datasheets are duplicated in fields on a single card
  2291. -- for speedier startup. (Also, this lets us use a custom row delimiter for the
  2292. -- control statements datasheet, so control syntax can include returns.)
  2293. on buildSyntaxMenu
  2294.   put fld "SubMenus" of card "data" of (the long name of me) into subMenus
  2295.   create menu "
  2296.   set the menuItems of menu "
  2297. " to subMenus
  2298.   put the number of lines of subMenus into n
  2299.   repeat with i=1 to n
  2300.     put line i of subMenus into theMenu
  2301.     if theMenu is "-" then next repeat
  2302.     add menu to menuItem (theMenu) of menu "
  2303.     set the menuItems of menu (theMenu) of menu "
  2304. " to fld (theMenu) of card "data" of (the long name of me)  
  2305.   end repeat
  2306.   add menuItem "-" to menu "
  2307.   add menuItem "
  2308. ..." to menu "
  2309. end buildSyntaxMenu
  2310. -- *** DOSYNTAXPREFS ***
  2311. -- Invokes the preferences dialog and restores the state of the authoring
  2312. -- environment (selected object, toolbar visibility, etc.) on return.
  2313. on doSyntaxPrefs
  2314.   put the selectedObject into selObject
  2315.   put the editBkgnd into onBkgnd
  2316.   put word 1 of the tool into selTool
  2317.   put the visible of the toolbar into toolbarVis
  2318.   hide toolbar
  2319.   disable menu "
  2320.   popup card "prefs" of (the long name of me) titled "
  2321.   if selObject is not empty then 
  2322.     set the editBkgnd to onBkgnd
  2323.     select selObject
  2324.   else 
  2325.     do "choose"&&selTool&&"tool"
  2326.     set the editBkgnd to onBkgnd
  2327.   end if   
  2328.   set the visible of the toolbar to toolbarVis
  2329.   enable menu "
  2330. end doSyntaxPrefs
  2331. -- *** DOSYNTAXMENU theItem ***
  2332. -- Passed the first parameter from doMenu. Searches the appropriate datasheet
  2333. -- for the appropriate script element and types the proper syntax at the insertion
  2334. -- point, taking into account the type of element and the settings on the
  2335. -- preferences card.
  2336. on doSyntaxMenu theItem
  2337.   -- 
  2338.  break out the category, syntax element, and, if applicable, the class of object
  2339.   put empty into theClass
  2340.   if word 2 of theItem is "+" then
  2341.     put word 1 to 3 of theItem into subMenu
  2342.   else
  2343.     put word 1 of theItem into subMenu
  2344.   end if
  2345.   if subMenu is in "Stacks Objects Bitmaps Shapes Buttons Fields PickLists DataSheets Paths Movies Sounds Timers Groups Palettes" then
  2346.     put subMenu into theClass
  2347.     delete the last char of theClass
  2348.     put numToChar(charToNum(char 1 of theClass)+32) into char 1 of theClass
  2349.     delete word 1 of theItem
  2350.   else if subMenu is "Cards+Backgrounds" then
  2351.     put "card | background" into theClass
  2352.     delete word 1 to 3 of theItem
  2353.   else if subMenu is in "User Miscellaneous Control Chunk" then
  2354.     put word 1 to 2 of theItem into subMenu
  2355.     delete word 1 to 2 of theItem
  2356.   else
  2357.     delete word 1 of theItem
  2358.   end if
  2359.   -- 
  2360.  search for the appropriate entry and store in theSyntax and theType
  2361.   put the ref of dsht 1 of card (subMenu) of (the long name of me) into tableRef
  2362.   put the matchedRows of tableRef where "col 1 = ""e&theItem"e into theRow
  2363.   -- 
  2364.  NB: no check for duplicates or failure
  2365.   do "put cell"&&theRow&",2 of"&&tableRef&&"into theSyntax"
  2366.   do "put cell"&&theRow&",3 of"&&tableRef&&"into theType"
  2367.   -- 
  2368.  type appropriate entry, based on the element's type and the preference-card settings
  2369.   if theType is "R" then -- 
  2370.  read-only property
  2371.     if theClass is empty then type "the"&&theItem
  2372.     else type "the"&&theItem&&"of"&&"<"&theClass&">"
  2373.   else if theType is "P" then -- 
  2374. other property
  2375.     if (the setSyntax of me) then type theSyntax
  2376.     else
  2377.       if theClass is empty then type "the"&&theItem
  2378.       else type "the"&&theItem&&"of"&&"<"&theClass&">"
  2379.     end if
  2380.   else if theType is "S" then -- 
  2381. h-or-v scroll property
  2382.     if (the setSyntax of me) then type theSyntax
  2383.     else
  2384.       if theClass is empty then type "the {horizontal | vertical}"&&theItem
  2385.       else type "the {horizontal | vertical}"&&theItem&&"of"&&"<"&theClass&">"
  2386.     end if
  2387.   else if theType is "M" then -- 
  2388. message
  2389.     if theSyntax is not empty then put " " before theSyntax
  2390.     if (the msgSkeletons of me) then type "on"&&theItem&theSyntax&return&return&"end"&&theItem&return
  2391.     else type theItem&theSyntax
  2392.   else -- 
  2393.  other element types
  2394.     type theSyntax
  2395.   end if
  2396. end doSyntaxMenu
  2397. msgskeletons
  2398. true    setsyntax
  2399. falsePAT 
  2400. PFONT
  2401. APPLE CHANCERY
  2402. ARIAL
  2403. ARIAL NARROW
  2404. ARIAL ROUNDED MT BOLD
  2405. ATHENS
  2406. AVANT GARDE
  2407. B FUTURA BOLD
  2408. B ORCGARAM BOLD
  2409. BAUHAUS 93
  2410. BO FUTURA BOLDOBLIQUE
  2411. BOOK ANTIQUA
  2412. BOOKMAN
  2413. BOOKMAN OLD STYLE
  2414. BOOKMAN OLD STYLE BOLD
  2415. BRAGGADOCIO
  2416. BRITANNIC BOLD
  2417. BRUSH SCRIPT MT
  2418. C FUTURA CONDENSED3
  2419. CAIRO
  2420. CB FUTURA CONDENSEDBOLD
  2421. CBO FUTURA CONDBOLDOBLIQUED
  2422. CENTURY
  2423. CENTURY GOTHIC
  2424. CENTURY SCHOOLBOOK
  2425. CHICAGO
  2426. CL FUTURA CONDENSEDLIGHTMJE
  2427. CLO FUTURA CONDLIGHTOBLIQUE
  2428. CLOSEDCAPTION2
  2429. CO FUTURA CONDENSEDOBLIQUE`
  2430. COLONNA MT0
  2431. COURIER
  2432. COURIER NEW
  2433. CXB FUTURA CONDEXTRABOLD
  2434. CXBO FUTURA CONDEXTRABOLDOBLIQU
  2435.     DECOLLAGEp
  2436. DELTASYMBOL
  2437.     DESDEMONA[`
  2438.     ESPY SANS
  2439. ESPY SANS BOLD
  2440. EWORLD TIGHT
  2441. FOOTLIGHT MT LIGHT
  2442. FUTURA
  2443. FUTURA BOOK
  2444. GENEVA
  2445. H FUTURA HEAVY 
  2446.     HELVETICA
  2447. HO FUTURA HEAVYOBLIQUE
  2448. HOEFLER TEXT
  2449. HOEFLER TEXT ORNAMENTS
  2450. I ORCGARAM LIGHTITALIC 
  2451. IMPACT`
  2452. JAPANESE
  2453. KINO MT
  2454. L FUTURA LIGHT
  2455. LO FUTURA LIGHTOBLIQUE 
  2456. LONDON`
  2457. LOS ANGELES
  2458. MATURA MT SCRIPT CAPITALS[`
  2459. MISTRAL
  2460. MOBILE
  2461. MONACO
  2462. MONOTYPE CORSIVA
  2463. MONOTYPE SORTS
  2464. MS LINEDRAW
  2465. MT EXTRA
  2466. N HELVETICA NARROW
  2467. NAGOYAK
  2468. NEW CENTURY SCHLBK
  2469. NEW YORK
  2470. O FUTURA BOOKOBLIQUE
  2471. O FUTURA OBLIQUE
  2472. OCR-A
  2473. ORCGARAM
  2474. OSAKA-
  2475. OSAKA
  2476. PALATINO
  2477. PLAYBILL
  2478.     QUICKTYPEp
  2479. QUICKTYPE CONDENSED
  2480. QUICKTYPE MONO 
  2481. QUICKTYPE PI
  2482. SAN FRANCISCO
  2483. STENCIL
  2484. SYMBOL`
  2485. TEKTON PLUS REGULAR
  2486. TIMES"9
  2487. TIMES NEW ROMAN
  2488. TORONTO
  2489. VENICE,
  2490. VIVALDI
  2491. WIDE LATIN
  2492.     WINGDINGS%<
  2493. XB FUTURA EXTRABOLD
  2494. XBO FUTURA EXTRABOLDOBLIQUE
  2495. ZAPF CHANCERYp
  2496. ZAPF DINGBATS
  2497. !IDBK
  2498. Fieldscard
  2499. Fieldsdata
  2500. MOCELL10
  2501. <key>,<selection start>,<selection end>
  2502. import <filename> into <field>
  2503. scroll <field> [from <start pixel>] [to <end pixel>] {in | for} <number> [ticks | seconds | milliseconds] [accelerate | decelerate | natural]
  2504. select {text | [before | after] <chunk>} of <field>
  2505. set the autoTab of <field> to <boolean>
  2506. set the backColor of [the label of] <field> to <color>
  2507. set the enable of <field> to <boolean>
  2508. set the foreColor of <field> to <color>
  2509. set the lockText of <field> to <boolean>
  2510. set the multiFont of <field> to <boolean>
  2511. set the scrolling of <field> to <boolean>
  2512. set the scrollLine of <field> to <line number>
  2513. set the scrollPosition of <field> to <number of pixels>
  2514. set the sharedData of <bkgnd field> to <boolean>
  2515. set the showLines of <field> to <boolean>
  2516. set the showName of <field> to <boolean>
  2517. set the style of <field> to {transparent | opaque | rectangle | shadow}
  2518. set the textAlign of [the label of] <field> to {left | center | right | aligned}
  2519. set the textColor of [the label of] <field> to <color>
  2520. set the textColor of <chunk> of <field> to <color>
  2521. set the textFont of [the label of] <field> to <font name>
  2522. set the textFont of <chunk> of <field> to <font name>
  2523. set the textHeight of <field> to <number of pixels>
  2524. set the textSize of [the label of] <field> to <point size>
  2525. set the textSize of <chunk> of <field> to <point size>
  2526. set the textStyle of [the label of] <field> to <list of styles>
  2527. set the textStyle of <chunk> of <field> to <list of styles>
  2528. set the wideMargins of <field> to <boolean>
  2529. set the wordWrap of <field> to <boolean>
  2530. closeField
  2531. doubleClick
  2532. <word>,<position>
  2533. enterInField
  2534. functionKey
  2535. <key number>
  2536. hyperText
  2537. <word>
  2538. keyPressed
  2539. mouseDown
  2540. <word>,<position>
  2541. mouseEnter
  2542. mouseLeave
  2543. mouseStillDown
  2544. mouseUp
  2545. <word>,<position>
  2546. mouseWithin
  2547. openField
  2548. returnInField
  2549. scroll
  2550. disable
  2551. disable <field>
  2552. enable 
  2553. enable <field>
  2554. import
  2555. scroll 
  2556. select
  2557. autoTab
  2558. backColor
  2559. enable
  2560. foreColor
  2561. lockText
  2562. multiFont
  2563. scrolling
  2564. scrollLine
  2565. scrollPosition
  2566. sharedData
  2567. showLines
  2568. showName
  2569. style
  2570. textAlign
  2571. textColor
  2572. textColor of CHUNKk
  2573. textFont
  2574. textFont of CHUNKk
  2575. textHeight
  2576. textSize
  2577. textSize of CHUNKk
  2578. textStyle
  2579. textStyle of CHUNKk
  2580. wideMargins
  2581. wordWrap
  2582. field id 2data
  2583. FieldsTAIL
  2584.